home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Start.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  227 b   |  13 lines

  1. on exitFrame
  2.   if the movieTime of sprite 5 < the duration of member the castNum of sprite 5 then
  3.     go(the frame)
  4.   else
  5.     go(1, "models")
  6.   end if
  7. end
  8.  
  9. on mouseUp
  10.   set the movieRate of sprite 5 to 0
  11.   go(1, "models")
  12. end
  13.